subtracting Years
fun <Unit : YearOrSmaller, TimeUnit> TimePeriod<Unit>.subtractingYears(count: Int): TimePeriod<Unit>
Content copied to clipboard
Create a new TimePeriod by moving backward some number of years.
Parameters
count
The number of years by which to move backward.